.iScrollIndicator {
    position: absolute;
    background: #cc3f6e;
    border-width: 0;
    border-style: solid;
    border-color: #EB97B4 #7C2845 #7C2845 #EB97B4;
}
.iScrollHorizontalScrollbar{
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    height: 10px;
    background: #26292d;
    overflow: visible !important;
}
.iScrollHorizontalScrollbar .iScrollIndicator {
    height: 16px;
    background: url("img/icon-bar.png") no-repeat 50% 50% #ff730f;
    margin-top: -3px;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.iScrollHorizontalScrollbar .iScrollIndicator:active,
.iScrollHorizontalScrollbar .iScrollIndicator:hover{
    background-color: #c5c931;
}